home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mpu401c / setpat. < prev    next >
Text File  |  1986-11-02  |  349b  |  12 lines

  1. # Copyright (C) 1986 by M. J. Shannon, Jr.
  2. # Permission to distribute for non-commercial uses granted as long as this
  3. # notice is retained.  Violators will be prosecuted.
  4.  
  5. .SUFFIXES:    .c .obj .exe
  6.  
  7. setpat.obj:    setpat.c mpu.h
  8.     lc -k2 -ml setpat
  9.  
  10. setpat.exe:    setpat.obj mpu.lib
  11.     link \osm\lbin\lc\l\c setpat,setpat,nul,mpu \osm\lbin\lc\l\lc
  12.